home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / pc_talk.arc / PCTKREM.MRG < prev    next >
Text File  |  1990-04-15  |  2KB  |  112 lines

  1. 41 ' NOTE: Merge this file with PC-TALK.BAS to see full remarks
  2. 42 ' (The resulting program will require more than 64K to run in BASIC.)
  3. 43 ' Copyright (c) 1984 The Headlands Press, Inc.
  4. 44 '
  5. 100 ' Initialize Variables
  6. 105 '
  7. 200 ' Get Defaults
  8. 300 ' Start-up
  9. 305 '
  10. 350 PRINT TAB(45)"(REM version - requires 128K)
  11. 500 ' Main Input/Output
  12. 505 '
  13. 510 '-keyboard
  14. 600 '-comm port
  15. 700 '-check status
  16. 800 '-printer buffer
  17. 1000 ' Alt-Key Input
  18. 1005 '
  19. 1200 ' Alt-key Display
  20. 1205 '
  21. 1500 ' Extended Codes
  22. 1505 '
  23. 1565 '-F-keys/Alt-keys
  24. 1595 '-echo/message/print
  25. 1615 '-elapsed time/redial/screendump/defaults/exit
  26. 1645 '-logged drive/delete/clearsc/width alarm/menu/break
  27. 1681 '-more Extended Codes can go here (see p.G-6 IBM BASIC manual)
  28. 1682 '
  29. 1685 GOTO 515 'DON'T remove this line! (failsafe to return to terminal)
  30. 2000 ' Command Summary
  31. 2005 '
  32. 2450 '
  33. 2455 '
  34. 2500 '-return Q$ w/ max len QL
  35. 2555 '-convert Q$ to uppercase
  36. 2600 '-to/from line 25
  37. 2650 '-destructive backspace
  38. 2700 '-reopen files subrout
  39. 2800 '-clear menu line
  40. 3000 ' Receive File
  41. 3005 '
  42. 3200 ' Transmit File
  43. 3205 '
  44. 3400 ' View File
  45. 3405 '
  46. 3500 ' File Specs
  47. 3505 '
  48. 3620 '-file directory subrout
  49. 3800 ' Screendump
  50. 3805 '
  51. 3900 ' Delete File
  52. 3905 '
  53. 4000 ' Transmit
  54. 4005 '
  55. 4065 '-xon/xoff subrout
  56. 4200 '-transmit last block
  57. 4400 '-line pacing subrout
  58. 4500 ' Receive w/ XMODEM
  59. 4505 '
  60. 4540 '-check block
  61. 4630 '-terminate
  62. 4700 'Transmit with XMODEM
  63. 4705 '
  64. 4750 '-hold for ACK
  65. 4810 '-build block
  66. 4840 '-terminate
  67. 4900 ' XMODEM subroutines
  68. 4920 '-hold for SOH
  69. 4960 '-test for abort
  70. 4970 '-purge buffer
  71. 4980 '-set/check delay
  72. 5000 ' Comm Params
  73. 5005 '
  74. 5200 ' New Defaults
  75. 5205 '
  76. 5400 '-create default file
  77. 5600 '-update values
  78. 5800 '-default subrout
  79. 6000 ' Dialing Directory
  80. 6005 '
  81. 6025 '-write to screen
  82. 6080 '-initial choice
  83. 6200 '-dial entry
  84. 6300 '-manual dialing
  85. 6400 '-revise
  86. 6470 '-name & number
  87. 6500 '-comm params
  88. 6555 '-echo & messages
  89. 6590 '-strip chars
  90. 6650 '-pacing
  91. 6800 '-write new info
  92. 6825 '-modem$ & service$
  93. 6850 '-clear directory
  94. 6900 '-message area subrout
  95. 7000 ' Function Key Directory
  96. 7005 '
  97. 7100 '-proceed?
  98. 7200 '-revise
  99. 7275 '-new input string
  100. 7400 '-write new info
  101. 7420 '-create directory
  102. 7435 '-message area subrout
  103. 8000 ' Redial
  104. 8005 '
  105. 8200 ' Elapsed Time
  106. 8205 '
  107. 8900 ' Error Subrout
  108. 8905 '
  109. 9000 ' Error Traps
  110. 9005 '
  111. 9900 '-if not trapped
  112.